Class org.omg.CORBA.ByteHolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.ByteHolder

java.lang.Object
   |
   +----org.omg.CORBA.ByteHolder

public final class ByteHolder
extends Object
A Holder class for bytes for use with out and in/out IDL parameters.

Variable Index

 o value
the byte value held by the ByteHolder

Constructor Index

 o ByteHolder()
construct the ByteHolder with null initial value
 o ByteHolder(byte)
construct the ByteHolder with the given byte

Variables

 o value
  public byte value
the byte value held by the ByteHolder

Constructors

 o ByteHolder
  public ByteHolder()
construct the ByteHolder with null initial value
 o ByteHolder
  public ByteHolder(byte initial)
construct the ByteHolder with the given byte
Parameters:
initial - the byte used to initialize the ByteHolder value

All Packages  Class Hierarchy  This Package  Previous  Next  Index